Get the cgi Variable mode of a given name and index
Keep in mind the cgi environment can contain multiple
variables with the same name. The index allows us to
get the one we want.
returns the CGIMODES enum value for the variable with the name passed.
Get the cgi Variable mode of a given name and index Keep in mind the cgi environment can contain multiple variables with the same name. The index allows us to get the one we want.
returns the CGIMODES enum value for the variable with the name passed.